removed function drag_begin_cb(), which was in svn since 2.8 but was never
authorMichael Natterer <mitch@imendio.com>
Mon, 16 Jun 2008 20:10:17 +0000 (20:10 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 16 Jun 2008 20:10:17 +0000 (20:10 +0000)
2008-06-16  Michael Natterer  <mitch@imendio.com>

* gtk/gtkentry.c: removed function drag_begin_cb(), which was in
svn since 2.8 but was never used.

svn path=/trunk/; revision=20409

ChangeLog
gtk/gtkentry.c

index d9e124860e5bbd83a6276d7f195c6480b7177288..887525afad66ee7b9caeb6e7c629bc96ccc7ea48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-16  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkentry.c: removed function drag_begin_cb(), which was in
+       svn since 2.8 but was never used.
+
 2008-06-16  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkbindings.c (_gtk_binding_entry_add_signall): use
index 26c41466bc2e9a76ab3afc6873470738f3d46273..def887607d53ff212b3f650b4e791a7f9b49b85d 100644 (file)
@@ -1894,14 +1894,6 @@ _gtk_entry_get_selected_text (GtkEntry *entry)
   return text;
 }
 
-static void
-drag_begin_cb (GtkWidget      *widget,
-               GdkDragContext *context,
-               gpointer        data)
-{
-  g_signal_handlers_disconnect_by_func (widget, drag_begin_cb, NULL);
-}
-
 static gint
 gtk_entry_motion_notify (GtkWidget      *widget,
                         GdkEventMotion *event)